for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
import googlemapsfield from './field/googlemapsfield';
const init = () => {
googlemapsfield();
};
init(); // call on load
export default init;